iconhelper: Invalidate on clear()
authorBenjamin Otte <otte@redhat.com>
Thu, 14 Apr 2016 19:03:27 +0000 (21:03 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 Apr 2016 19:17:02 +0000 (15:17 -0400)
commit3bc58d01e37ecb75be7567bb28cc217d2aaaab9b
treeb5d886578e62a8b924db08d52ebd5f78d9f16c9b
parent7200ac8e566e1c7c2d7ffb8722eb2e3ee2fd1da2
iconhelper: Invalidate on clear()

When clearing the icon helper, we need to invalidate it. Otherwise the
previous icon keeps lingering along.
This is not relevant inside gtkiconhelper.c where other code causes the
invalidation, but happens when external code calls
_gtk_icon_helper_clear().

https://bugzilla.gnome.org/show_bug.cgi?id=765066
gtk/gtkiconhelper.c